PlEmployerJobSkill 
Logical Entity Name  PlEmployerJobSkill 
Default Table Name  PlEmployerJobSkill 
Physical Only  NO 
Definition 
 
Note 
 

PlEmployerJobSkill Columns 
ColumnName  Domain  Datatype  NULL  Definition 
PlEmployerJobSkillID(PK)    int  NO 
 
PlEmployerID(FK)    int  NO 
 
PlEmployerJobID(FK)    int  NO 
 
PlSkillID(FK)    int  NO 
 
UserID    int  NO 
 
DateAdded    datetime  NO 
 
DateLstMod    datetime  NO 
 
ts    timestamp  NO 
 
IsRequired    bit  NO 
 
OrdinalPosition    int  YES 
 

PlEmployerJobSkill Primary and Unique Keys 
Key Name  Key Type  Keys 
PlEmployerJobSkill_PlEmployerJobSkillID_U_C_IDX  PrimaryKey  PlEmployerJobSkillID 

PlEmployerJobSkill Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Not For Replication 
PlEmployer  Non-Identifying  One To Zero or More  FK_PlEmployerJobSkill_PlEmployerID_PlEmployer_PlEmployerID      PlEmployerID  NO  YES 
PlEmployerJob  Non-Identifying  One To Zero or More  FK_PlEmployerJobSkill_PlEmployerJobID_PlEmployerJob_PlEmployerJobID      PlEmployerJobID  NO  YES 
PlSkill  Non-Identifying  One To Zero or More  FK_PlEmployerJobSkill_PlSkillID_PlSkill_PlSkillID      PlSkillID  NO  YES 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Not For Replication 

PlEmployerJobSkill Check Constraints 
Check Constraint Name  CheckConstraint